projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851a284
)
Fix tidy error
author
Ingvar Stepanyan
<me@rreverser.com>
Sat, 13 May 2017 10:36:53 +0000
(11:36 +0100)
committer
Ingvar Stepanyan
<me@rreverser.com>
Sat, 13 May 2017 10:36:53 +0000
(11:36 +0100)
src/cargo/util/config.rs
patch
|
blob
|
history
diff --git
a/src/cargo/util/config.rs
b/src/cargo/util/config.rs
index f16110d249887efce4fd83b13826cde9a8fdbac3..269384145b3b2e641da3ccaee7755a4a945de754 100644
(file)
--- a/
src/cargo/util/config.rs
+++ b/
src/cargo/util/config.rs
@@
-237,7
+237,8
@@
impl Config {
}
}
- pub fn get_path_and_args(&self, key: &str) -> CargoResult<Option<Value<(PathBuf, Vec<String>)>>> {
+ pub fn get_path_and_args(&self, key: &str)
+ -> CargoResult<Option<Value<(PathBuf, Vec<String>)>>> {
if let Some(mut val) = self.get_list_or_split_string(key)? {
if !val.val.is_empty() {
return Ok(Some(Value {